home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of CD …rtainment & Home Learning / Explore the World of CD Entertainment and Home Learning (Magnum Design)(Macworld)(1995).iso / *Consumer Demo CD ƒ / Home Learning / MFIAD / DATA / contentM.dir / 00001_Script_1 next >
Text File  |  1995-06-29  |  414b  |  17 lines

  1. on exitFrame
  2.   if rollover(20) and the mousedown then
  3.     go frame"st" of movie "splash"
  4.     abort
  5.   else
  6.     if rollover(21) and the mousedown then
  7.       puppetsprite 1,0
  8.       puppetsprite 7,0
  9.       go "info"
  10.     else
  11.       if rollover(22) and the mousedown and the castnum of sprite 22 = 13 then
  12.         go to frame "ST" of movie "01title.DIR"
  13.       end if
  14.     end if
  15.   end if
  16.   go the frame
  17. end